Skip to content
Back to search
30
MCP

API Tools

pulsemcp/api tools

Converts JSON configuration files into callable tools for dynamic API integration, enabling rapid exposure of REST APIs through declarative schemas with parameter substitution, environment variable templating, and authentication middleware.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

n8n-nodes-json-api-spec
Set of tools to parse/format or serialize/deserialize data for JSON API Specification
0 tools
OpenAPI Link
Transforms OpenAPI specifications into tool endpoints, enabling seamless interaction with any API described in OpenAPI format without custom
0 tools
GraphQL
Transforms any GraphQL API into dynamic tools through automatic schema introspection, enabling direct access to structured data with paramet
0 tools
Anytype
Converts any OpenAPI 3.0/3.1 specification into callable tools by automatically generating schemas from REST API endpoints, handling authent
0 tools
Swagger
Transforms Swagger/OpenAPI specifications into dynamic tools, enabling interaction with any REST API through automatic endpoint discovery, p
0 tools
OpenAPI Proxy
Converts OpenAPI and Swagger specifications into callable tools by generating Zod-validated schemas and proxying HTTP requests to backend AP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "api_tools": {
      "url": "None",
      "transport": "http"
    }
  }
}